home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / plzip.arc / DEMO.BAT < prev    next >
DOS Batch File  |  1990-11-14  |  2KB  |  39 lines

  1. echo off
  2. cls
  3. if %1? == mono? goto mono
  4. if %1? == herc? goto mono
  5. if %1? == cga? goto mono
  6. if %1? == ega? goto ega
  7. if %1? == vga? goto ega
  8.  
  9. echo    ╒═══════════════════════════════════════════════════════════════════╕
  10. echo    │                                                                   │
  11. echo    │                    PlanPerfect 5.0 Demonstration disk             │
  12. echo    │                                 10/20/89                          │
  13. echo    │                                                                   │
  14. echo    │ At the prompt type:                                               │
  15. echo    │                                                                   │
  16. echo    │               demo help = For this Help Screen                    │
  17. echo    │               demo mono = For use on a Monochrome Monitor         │
  18. echo    │               demo herc = For use on a Hercules Graphics          │
  19. echo    │               demo cga  = For use on a CGA Graphics               │
  20. echo    │               demo ega  = For use on a EGA Graphics               │
  21. echo    │               demo vga  = For use on a VGA Graphics               │
  22. echo    │                                                                   │
  23. echo    │  DISABLE DISK CACHING -                                           │
  24. echo    │        If you are running a disk caching program the              │
  25. echo    │        graphics for EGA/VGA may become scrambled.                 │
  26. echo    │                                                                   │
  27. echo    ╘═══════════════════════════════════════════════════════════════════╛
  28. goto end
  29.  
  30. :mono
  31. fxshow bwdemo
  32. goto end
  33.  
  34. :ega
  35. fxshow pldemo
  36. goto end
  37.  
  38. :end
  39.